ARROW-10490: [C++][GLib] Fix range-loop-analysis warnings#8587
Conversation
They are detected by Xcode 12.
terencehonles
left a comment
There was a problem hiding this comment.
Looks good to me! Definitely better than pinning Xcode, and now I was going to look into the JNI status check failures.
I've bisected it to #8533, and I'm testing reverting the DCHECK_NE change to see what that does. I just finished bisecting so I was going to run the tests and then ask about if the change should be there and how the test should probably be fixed if it should be there.
|
OK. It seems that #8533 isn't related to the JNI failure because #8533 is R related change and the JNI failure is Java related code. |
It's an R related change, but it touches a C file which breaks the java/adapter/orc/src/test/java/org/apache/arrow/adapter/orc/OrcReaderTest.java test (it seems like it's a segfault, but I don't know how to get better logging to confirm that, the process is dead though). Removing the |
|
Ah, I see.
Thanks! |
They are detected by Xcode 12.